<name>Lady Lynette</name>
<profession>Soothsayer</profession>
<faction>Serenity</faction>
<dialogue>
  <greeting>
    <reply>
      <if><key>spyglassdelivered</key></if>
      <text>I know you. You brought me my spyglass, [race].</text>
      <return>main</return>
    </reply>
    <reply>
      <if><key>metLynette</key></if>
      <text>I don't want to be disturbed time and time again.</text>
      <return>main</return>
    </reply>
    <reply>
      <text>You want to know your fortune, right? Care for a cup of roseberry tea?</text>
      <return>main</return>
    </reply>
  </greeting>
  <main>
    <option>
      <text>We hardly dare to ask, lady, but what does the future have in store for us?</text>
      <npc>
        <reply>
          <text>The future? It may not be the future that awaits you, [race]. If that would-be prophet Helsmet or whatsisname hadn't turn up I might have been able to tell you something, but I'm all out of futures now.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <if>
        <key>chestsbooked</key>
        <item>Lynette's Spyglass</item>
      </if>
      <text>We found this spyglass that was lost in the storm, and we think it may be yours.</text>
      <npc>
        <reply>
          <text>Give here! Well whaddyaknow.</text>
          <script>
            <give>Lynette's Spyglass</give>
            <expall>500</expall>
            <reputation>1</reputation>
            <key>spyglassdelivered</key>
            <quest>Lost Chests|You have delivered the spyglass</quest>
            <log>Delivered Lady Lynette's Spyglass</log>
          </script>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>We would like a cup of your delicious roseberry tea, dear lady.</text>
      <npc>
        <reply>
          <text>Bah. Those leaves tell me nothing, again. Now be careful not to break the Sinklewinkle cup.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>We take our leave, lady of the house.</text>
      <npc>
        <reply>
          <return>exit</return> 
        </reply>
      </npc>
    </option>
  </main> 
</dialogue>